←Select platform

SetLoggerChannels(string,string,Dictionary<string,ILoggingChannel>) Method

Summary

Sets the logger channels for the specified addin.

Syntax

C#
VB
C++
public void SetLoggerChannels( 
   string addinName, 
   string loggerName, 
   Dictionary<string, ILoggingChannel> channels 
) 
  
Public Overloads Sub SetLoggerChannels( _ 
   ByVal addinName As String, _ 
   ByVal loggerName As String, _ 
   ByVal channels As Dictionary(Of String,ILoggingChannel) _ 
)  
public: 
void SetLoggerChannels(  
   String^ addinName, 
   String^ loggerName, 
   Dictionary<String^,ILoggingChannel^>^ channels 
)  

Parameters

addinName
Name of the addin.

loggerName
Name of the logger.

channels
The list of channels to add tot he logger.

Remarks

If the logger doesn't exist when this method is called it will be created.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly